home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 14 / Developer Source Volume 14 (I-MODE Publications, Inc.)(1999).iso / webin / oct97 / harmf114.gif < prev    next >
Graphics Interchange Format  |  1998-02-10  |  16KB  |  356x190  |  4-bit (16 colors)
Labels: text | screenshot | font | number | line
OCR: Function Description SysAllocString(OLECHAR*) Allocates a BSTR from an OLECHAR string: (Hint: You can convert o standard C++ +- string to OLECHAR using the T2OLE macro. SysStringLen(BSTR) Determines the length of a BSTR. SysFreeString(BSTR) Freas a previously allocated BSTR. Don't forget to call this function when you're finished with the string. Figure 14: Three important OLE-defined functions.